fix: browser and console#2064
Conversation
Greptile SummaryThis PR adds edge-to-edge display support to Confidence Score: 4/5Safe to merge with minor outstanding issues noted in previous and current review threads No P0/P1 issues introduced by this PR; one P2 suggestion around display cutout handling, and two pre-existing issues flagged in prior review threads that remain unresolved src/plugins/browser/android/com/foxdebug/browser/BrowserActivity.java — insets listener could be extended to cover display cutout areas Important Files Changed
Sequence DiagramsequenceDiagram
participant OS as Android OS (API 30+)
participant W as Window
participant D as DecorView
participant B as Browser (View)
OS->>W: dispatch WindowInsets
W->>W: setDecorFitsSystemWindows(false)
note over W: DecorView stops consuming insets itself
W->>D: pass insets down
D->>B: onApplyWindowInsets(insets)
B->>B: getInsets(systemBars()) → left/top/right/bottom
B->>B: setPadding(left, top, right, bottom)
B-->>D: consumeSystemWindowInsets()
Reviews (4): Last reviewed commit: "use newer api" | Re-trigger Greptile |
|
@RohitKushvaha01 deprecated methods not to be handled? |
No description provided.